home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Freeware / Programare / highlight / highlight-W32GUI-2.2-10b-Setup.exe / {app} / langDefs / f77.lang < prev    next >
Text File  |  2004-07-06  |  1KB  |  35 lines

  1. # Fortran 77 language definition file
  2. #
  3. # Author: AndrΘ Simon
  4. #   Mail: andre.simon1@gmx.de
  5. #   Date: 01.04.04
  6. # ------------------------------------------
  7. # This file is a part of highlight, a free source code converter released under the GPL.
  8. #
  9. # The file is used to describe keywords and special symbols of programming languages.
  10. # See README in the highlight directory for details.
  11. #
  12. # New definition files for future releases of highlight are always appreciated ;)
  13. #
  14. # ----------
  15. # andre.simon1@gmx.de
  16. # http:/www.andre-simon.de/
  17.  
  18. $IGNORECASE=true
  19.  
  20. $STRINGDELIMITERS=" '
  21.  
  22. $SL_COMMENT=c C
  23. $FL_COMMENT=true
  24.  
  25. $ALLOWEDCHARS=*
  26.  
  27. $KW_LIST(kwb)=  character  complex  double  precision  real  real*8  integer  common  logical 
  28. implicit  dimension  external  parameter 
  29.  
  30. $KW_LIST(kwa)= break  common  continue  date  default  dimension  do  else  enddo  endif  for
  31. goto  go  to  if  then  return  end  format  write  read  subroutine  function  switch  
  32. program  call  while 
  33.  
  34. $SYMBOLS= ( ) [ ] { } , ; : & | < > !  = / *  %  + -
  35.